Update geolip_core.py
Browse files- geolip_core.py +3 -0
geolip_core.py
CHANGED
|
@@ -16,6 +16,9 @@ Components:
|
|
| 16 |
|
| 17 |
Usage:
|
| 18 |
from geolip_core import Constellation, Patchwork, MagnitudeFlow, AnchorPush
|
|
|
|
|
|
|
|
|
|
| 19 |
"""
|
| 20 |
|
| 21 |
import torch
|
|
|
|
| 16 |
|
| 17 |
Usage:
|
| 18 |
from geolip_core import Constellation, Patchwork, MagnitudeFlow, AnchorPush
|
| 19 |
+
|
| 20 |
+
Author: AbstractPhil + Claude Opus 4.6
|
| 21 |
+
License: Apache 2.0
|
| 22 |
"""
|
| 23 |
|
| 24 |
import torch
|