hesso-valais / scom

Python library to access Studer devices via an XCom-232i interface
MIT License
8 stars 3 forks source link

Move constants #4

Closed Adirio closed 1 year ago

Adirio commented 1 year ago

Constants related to the Frame are under Scom, which means that an import inside a function is required to prevent circular imports.

Instead, moving this contants to Frame prevent this circular import.

boozo-unlimited commented 1 year ago

🙏 @Adirio