Use python file name conventions
[oam.git] / code / network-generator / model / python / top.py
similarity index 97%
rename from code/network-generator/model/python/Top.py
rename to code/network-generator/model/python/top.py
index b076a62..486b023 100644 (file)
@@ -20,7 +20,7 @@ An abstract Class for all classes
 import uuid
 from abc import ABC, abstractmethod
 from typing import Optional, Dict, Union
-from model.python.TypeDefinitions import (
+from model.python.type_definitions import (
     AddressType,
     AdministrativeState,
     OperationalState,
@@ -29,7 +29,7 @@ from model.python.TypeDefinitions import (
     LifeCycleState,
     AlarmState,
 )
-from model.python.GeoLocation import GeoLocation
+from model.python.geo_location import GeoLocation
 
 
 # Define the ITop interface