"git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "65cce77b414612f56fb7e7df3ee0df5166665e4e"
Commit 6a7fc3ee authored by Hejing Li's avatar Hejing Li
Browse files

system/base.py: future annotations

parent 91345f09
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
from __future__ import annotations
import abc import abc
import itertools import itertools
class System: class System:
"""Defines System configuration of the whole simulation""" """Defines System configuration of the whole simulation"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment