Commit 6a7fc3ee authored by Hejing Li's avatar Hejing Li
Browse files

system/base.py: future annotations

parent 91345f09
......@@ -20,10 +20,10 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
from __future__ import annotations
import abc
import itertools
class System:
"""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