mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
7 lines
154 B
Python
7 lines
154 B
Python
"""
|
|
Dev CLI modules for Chromium patch management
|
|
"""
|
|
|
|
# This will be populated as modules are created
|
|
__all__ = ["extract", "apply", "feature", "utils"]
|