Base: create base module

This commit is contained in:
Jonathan Jenne
2022-01-10 15:47:44 +01:00
parent fa06f3b650
commit 412c683b01
9 changed files with 431 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
''' <summary>
''' This module is intended for often used constants and datastructures
''' Therefor it is important that this module does not have any dependencies on other modules!!
''' </summary>
Public Class Class1
End Class