Base: Add NamedDatabase Enum

This commit is contained in:
Jonathan Jenne
2022-01-12 14:35:42 +01:00
parent edd34b18a0
commit 0bcb3680b1
3 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
''' <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>
Namespace Constants
Public Enum NamedDatabase
ECM
IDB
End Enum
End Namespace