mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Move defaults into dedicated module
This commit is contained in:
11
hyperglass/defaults/__init__.py
Normal file
11
hyperglass/defaults/__init__.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""Default or built-in hyperglass data."""
|
||||
|
||||
# Local
|
||||
from ._strings import CREDIT, DEFAULT_HELP, DEFAULT_TERMS, DEFAULT_DETAILS
|
||||
|
||||
__all__ = (
|
||||
"CREDIT",
|
||||
"DEFAULT_TERMS",
|
||||
"DEFAULT_DETAILS",
|
||||
"DEFAULT_HELP",
|
||||
)
|
Reference in New Issue
Block a user