forked from mirrors/thatmattlove-hyperglass
Move defaults into dedicated module
This commit is contained in:
parent
dda73cb370
commit
37a8e40bfe
2 changed files with 11 additions and 0 deletions
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",
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue