Skip to content

Commit 2bae353

Browse files
committed
Added a couple private base classes to be documented.
1 parent 43a6c68 commit 2bae353

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

addons/source-python/packages/source-python/engines/precache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
__all__ = ('Decal',
3030
'Generic',
3131
'Model',
32+
'_PrecacheBase',
3233
)
3334

3435

addons/source-python/packages/source-python/loggers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
# >> ALL DECLARATION
3131
# =============================================================================
3232
__all__ = ('LogManager',
33+
'_LogInstance',
3334
)
3435

3536

0 commit comments

Comments
 (0)